home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / graphvew / ansiqt.arj / ANSIWTCH.ARJ / ANSIWTCH.DOC next >
Text File  |  1991-01-01  |  6KB  |  139 lines

  1.  
  2.                             -----  AnsiWatch  -----
  3.  
  4.  
  5.                              (C) 1991 by Curt Janet
  6.                                 PSI-CO Software
  7.                                812 Goucher Street
  8.                               Johnstown, PA  15905
  9.  
  10.  
  11.                                     PURPOSE
  12.  
  13.       AnsiWatch  is  an  ANSI file viewing utility. It has a built-in ANSI
  14.       interpreter, so you do not need an  ANSI  driver  such  as  ANSI.SYS
  15.       (which  is  necessary  to  view ANSI files using DOS' TYPE command).
  16.       You may abort the program at any time by pressing  a  key.  You  may
  17.       also tell AnsiWatch to automatically repeat the displaying of one or
  18.       more files indefinitely until a key is pressed. AnsiWatch is capable
  19.       of displaying a large number of different ANSI files in sequence.
  20.  
  21.       AnsiWatch may be run from DOS, or it may be called by a batch file.
  22.  
  23.  
  24.                               COMMAND LINE OPTIONS
  25.  
  26.       You  tell  AnsiWatch  the  things  you  want  it to do by passing it
  27.       command line options, either from DOS or from a batch file. To  view
  28.       a file called, say, PICTURE1.ANS, you would simply type:
  29.  
  30.           ANSIWTCH PICTURE1.ANS
  31.  
  32.       To view more than one file, you would type something like:
  33.  
  34.           ANSIWTCH PICTURE1.ANS PICTURE2.ANS PICTURE3.ANS
  35.  
  36.       If  the  file(s)  you  wish  to view happen to reside in a different
  37.       subdirectory, pass the path along with the file name:
  38.  
  39.           ANSIWTCH C:\ANSI\PICTURE1.ANS
  40.  
  41.       If you want to view a large number of files, put all of  them  along
  42.       with  ANSIWTCH.EXE  in  the  same  subdirectory. The ANSI file names
  43.       should all have the same extension.  Then give ANSIWTCH the name  of
  44.       this  extension  with the command line option '/E.'. For example, if
  45.       your ANSI files have the extension ANS, you would use:
  46.  
  47.           ANSIWTCH /E.ANS
  48.  
  49.       The  files  will  be displayed in the order they are arranged in the
  50.       subdirectory.
  51.  
  52.       To  view  the  same  file(s) repeatedly, use the command line option
  53.       '/R':
  54.  
  55.           ANSIWTCH /R PICTURE1.ANS
  56.  
  57.       You  may use the '/R' option with more than one file. After the last
  58.       file in the list is shown, it will start over with the first.
  59.  
  60.       If  you  would  like  the ANSI file to be displayed at a slower pace
  61.       than normal, use the command line option '/Sx' where 'x' is a number
  62.       between 1 AND 9.
  63.  
  64.       The command line option '/P' will pause the image on the screen when
  65.       it is completed (until you press a key).
  66.  
  67.       The option '/Dx' will cause a  delay  to  occur  between  successive
  68.       pictures  and at the end of the last one. The length of the delay in
  69.       seconds is equal to the value of 'x'. If you wanted  a  three-second
  70.       delay  between  PICTURE1  and PICTURE2 and after PICTURE2, you would
  71.       type:
  72.  
  73.           ANSIWTCH /D3 PICTURE1.ANS PICTURE2.ANS
  74.  
  75.       These command line options may be in any order,  but  they  must  be
  76.       separated  by  a  space.  All command line options except file names
  77.       must be preceeded with a forward slash ('/') as in the examples.
  78.  
  79.  
  80.                                    ARROW KEYS
  81.  
  82.       Pressing  the  Left-Arrow  key  will  slow  down  the  display.  Not
  83.       surprisingly, the Right-Arrow key will speed it up. If you press the
  84.       Right-Arrow when at maximum speed, you will hear a low-pitched  tone
  85.       meaning that the display cannot go faster. Otherwise you will hear a
  86.       high-pitched tone.
  87.  
  88.  
  89.                               USE IN AUTOEXEC.BAT
  90.  
  91.       This program is great for viewing "action" ANSI  graphics,  such  as
  92.       fireworks, etc.  Maybe you want your computer to display such a file
  93.       every  time  you  turn  it  on.  Then  you  would put a line in your
  94.       AUTOEXEC.BAT file consisting of something like:
  95.  
  96.           ANSIWTCH /S1 /R C:\GRAPHICS\FIREWORK.ANS
  97.  
  98.       If ANSIWTCH is not on the root of your bootable drive  nor  in  your
  99.       path,  you  would  include  the  subdirectory  of  ANSIWTCH.EXE when
  100.       calling it:
  101.  
  102.           C:\UTIL\ANSIWTCH /S1 /R C:\GRAPHICS\FIREWORKS.ANS
  103.  
  104.  
  105.                             USE IN OTHER BATCH FILES
  106.  
  107.       If  you  use one or more of the command line options, you can reduce
  108.       the amount of typing you do each time you use ANSIWTCH  by  using  a
  109.       batch  file.   Let's say you aways use the command line options '/P'
  110.       and '/D2'. Then you could create a batch file  called,  say,  AW.BAT
  111.       consisting of:
  112.  
  113.           ECHO OFF
  114.           CLS
  115.           ANSIWTCH /P /D2 %1 %2 %3 %4 %5
  116.  
  117.       Typing  AW PICTURE1 PICTURE2  would have the same effect as ANSIWTCH
  118.       /P /D2 PICTURE1 PICTURE2.  The '%1', '%2', etc. tells the batch file
  119.       to send ANSIWTCH more command line options - in this case the  names
  120.       of the files to view.
  121.  
  122.  
  123.                              COMMENTS / SUGGESTIONS
  124.  
  125.       You may use ANSIWTCH free of charge. If you upload ANSIWTCH.ZIP to a
  126.       Bulletin   Board   Service   (BBS),   you  must  include  the  files
  127.       ANSIWTCH.EXE and ANSIWTCH.DOC in unaltered form.
  128.  
  129.       Comments and suggestions for improvement are welcome. You may  reach
  130.       me by writing to the address at the top  of  this  document,  or  by
  131.       calling one of following BBS's:
  132.  
  133.           Greater Johnstown School District BBS
  134.              (814) 536-3139  (24 hours)
  135.  
  136.           Vietnam Veterans BBS
  137.              (814) 535-1773  (6 P.M. to 6 A.M. EST)
  138.  
  139.